home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not "%winbootdir%"=="" goto INST
- echo This Batch file requires a Windows 95 compatible OS.
- goto end
- :INST
- cls
- echo.
- echo Hubi's MIDILoopBack V 2.4 Installation Wizard
- echo (m) 1996 Batchware
- echo.
- echo.
- echo.
- echo If you don't want to install now press Ctrl+C or...
- pause
- echo Last Chance to abort ?
- echo.
- pause
- echo OK, lets go on.
- cls
- echo Goto Hardware Wizard Dialog, Click Continue button...
- echo.
- echo say NO to automatic check... continue
- echo.
- echo select AUDIO, VIDEO and GAME controller,... continue
- echo.
- echo say HAVE DISK
- echo.
- echo And now, goto:
- cd
- echo.
- echo if you enter this directory, an entry
- echo " Hubis LoopBack V2.4"
- echo will be selected. Press OK
- echo.
- echo Click continue to finish installation
- echo if all is OK, configuration shows up.
- echo Windows restart will be necessary
- @start /w %windir%\control.exe %windir%\system\sysdm.cpl Hardware
- :END
-